Xbasic

SQL::SchemaTablesReferencedBy Method

Syntax

TIL as SQL::TableInfoList = TablesReferencedBy(P Table)

Arguments

TIL

SQL::TableInfoList contains a single Table property that is a collection of the tables referenced by the Table argument

Table

The Table for which the method supplies the referenced tables

Description

Generate a collection of tables referenced by this table.

Discussion

Returns a set of TableInfo items for tables referenced by the table passed in

See Also